home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscSwapKitPalette / MiscSCCInspector.h < prev    next >
Text File  |  1995-04-12  |  367b  |  28 lines

  1. // Copyright (C) 1995
  2. // Use is governed by the MiscKit license
  3.  
  4. #import <appkit/appkit.h>
  5.  
  6. #import <apps/InterfaceBuilder.h>
  7.  
  8. @interface MiscSCCInspector: IBInspector
  9. {
  10.     id    tagForm;
  11. }
  12.  
  13. - init;
  14. - revert: sender;
  15. - tagChanged: sender;
  16. - (BOOL)wantsButtons;
  17.  
  18. @end
  19.  
  20.  
  21. @interface MiscSwapContentsController (IBInspector)
  22.  
  23. - (const char *)getInspectorClassName;
  24.  
  25. @end
  26.  
  27.  
  28.